'Declaration Public Function New( _
ByVal textOverlaySeparatorThe separator between text overlays.As System.String, _
ByVal ParamArray textOverlaysThe text overlays, which must be drawn in viewer.() As TextOverlay _
)
public TextOverlayGroup(
System.String textOverlaySeparator,
params TextOverlay[] textOverlays
)
public: TextOverlayGroup(
System.String textOverlaySeparator,
params TextOverlay*[]* textOverlays
)
public:
TextOverlayGroup(
System.String textOverlaySeparator,
... array<TextOverlay^>^ textOverlays
)
Parameters
- textOverlaySeparator
- The separator between text overlays.
- textOverlays
- The text overlays, which must be drawn in viewer.